encoding/json.Decoder.tokenValueAllowed (method)

5 uses

	encoding/json (current package)
		stream.go#L58: 	if !dec.tokenValueAllowed() {
		stream.go#L332: func (dec *Decoder) tokenValueAllowed() bool {
		stream.go#L375: 			if !dec.tokenValueAllowed() {
		stream.go#L394: 			if !dec.tokenValueAllowed() {
		stream.go#L449: 			if !dec.tokenValueAllowed() {